Reads a single value from the current stream and advances the current position within this stream by the number of bytes read.
シンタックス
'宣言
Public Overloads Function Read(Of As {New, Struct})() As
public Read<>()
where T: new(), struct
型パラメータ
- T
- The type of the value to be read from the stream.
戻り値の型
The value that was read.
例外
例外 | 解説 |
System.NotSupportedException | This stream does not support reading. |
参照